Deprecate xalign, yalign, ratio and obey_child direct access in GtkAspectFrame.
authorTim Janik <timj@src.gnome.org>
Fri, 20 Jun 2008 10:57:01 +0000 (10:57 +0000)
committerTim Janik <timj@src.gnome.org>
Fri, 20 Jun 2008 10:57:01 +0000 (10:57 +0000)
* gtk/gtkaspectframe.h: Deprecate public object fields by GSEAL.

svn path=/trunk/; revision=20481

gtk/gtkaspectframe.h

index 59fdc9eca433ac4ca9b169a29a76fade99ed8e9f..5638bf5710042a83f7eb4ff5e124853e43c41880 100644 (file)
@@ -52,10 +52,10 @@ struct _GtkAspectFrame
 {
   GtkFrame frame;
 
-  gfloat xalign;
-  gfloat yalign;
-  gfloat ratio;
-  gboolean obey_child;
+  gfloat GSEAL(xalign);
+  gfloat GSEAL(yalign);
+  gfloat GSEAL(ratio);
+  gboolean GSEAL(obey_child);
 
   GtkAllocation center_allocation;
 };